public TextRegion(
TextRegion sourceRegion,
System.Drawing.RectangleF rectangle,
TextRegionSymbol[] symbols
)
public: TextRegion(
TextRegion* sourceRegion,
System.Drawing.RectangleF* rectangle,
TextRegionSymbol*[]* symbols
)
public:
TextRegion(
TextRegion^ sourceRegion,
System.Drawing.RectangleF^ rectangle,
array<TextRegionSymbol^>^ symbols
)
'Declaration Public Function New( _
ByVal sourceRegionThe source text region.As TextRegion, _
ByVal rectangleThe region rectangle.As System.Drawing.RectangleF, _
ByVal symbolsThe region symbols.() As TextRegionSymbol _
)
Parameters
- sourceRegion
- The source text region.
- rectangle
- The region rectangle.
- symbols
- The region symbols.